.navbar-nav li.nav-item a {
    font-weight: bolder;
    letter-spacing: 2px;
 
}
 
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}
 
.video-background .shadow {
    display: none;
}

.navbar-nav li.nav-item a {
    color: #000; }
.text-light {
    color: #e9540d !important;
}

#wrapper-navbar #mainbar .logo .navbar-brand img {
    z-index: 110;
    max-height: 117px;
    width: auto;
    margin-top: -35px;
    position: absolute;
}
 
.navbar, .navbar-nav:first-child {
    background:#ffffff;
}
 
.btn-primary {
    color: #fff;
    background-color: #002E66;
    border-color: #002E66;
}
 
/* Dropdown menu */
.dropdown-menu
{
    background-color: #e9540d;
}
 
/* Inloggen registrieren knop */
.bg-body {
    background-color: #e9540d !important;
}
 
/* Standaard stijlen voor desktopschermen */
.intro-visual-bg {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    max-height: 1000px;
    width: 100%;
    background-color: #fff !important; /* Voegt een witte achtergrond toe */
}  
 
@media (max-width: 768px) {
    .intro-visual-bg {
        height: 50vh;
    }
}
 
@media (max-width: 480px) {
    .intro-visual-bg {
        height: 40vh;
    }
}
 
 
@media (max-width: 768px) {
    .video-background {
        height: 50vh; /* Pas hoogte aan voor kleinere schermen */
        max-height: none; /* Verwijder max-height beperking */
        background-repeat: no-repeat;
    }
}
 
@media (max-width: 480px) {
    .video-background {
        height: 40vh; /* Pas hoogte verder aan voor nog kleinere schermen */
        max-height: none; /* Verwijder max-height beperking */
        background-repeat: no-repeat;
    }
}
 
 
.mb-5 {
    margin-bottom: 0rem !important;
}
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000;
}
}
 
.video-background .shadow {
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -60px;
    box-shadow: 0 0 50px 110px #0000 !important;
}
 
 
footer p {
    color: #fff;
}
 
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ff6502;
    border: 1px;
    border-radius: 0.25rem;
    border-color: #ff6502;
    color: #fff;
}
 
.footer, .card 
{
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-color: #fff;
    color: #fff;
}
 
 
footer .copyright_text
{
    color:#fff;
}
 
 
button.btn.rating.btn-success {
    display: none;
}
 
/* Cookie Melding */
 
.bg-dark {
    background-color: #16253e !important;
}
 
.card {
    color: #FF6502 !important;
}
 
.btn-primary {
    color: #fff;
    background-color: #ff6502;
    border-color: #ff6502;
}
 
.asset .card-header p {
    color: #183291;
}